home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource5
/
376_01
/
os2tool.000
/
BELLDEMO.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1992-08-30
|
410b
|
15 lines
@clear
@echo
@echo Controlling the speaker.
@echo
@echo There is only one tool in this category. The BELL tool
@echo is used to generate sounds of given frequency and duration from the
@echo speaker. It can also read its input from a file.
@echo EXAMPLE:
@echo To just make a short sound type:
@echo BELL 1000 1000
@pause
BELL 1000 1000
@echo That's all for controlling the speaker.
@pause